ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciArcs<T> Class / Start Property

In This Topic
    Start Property (FibonacciArcs<T>)
    In This Topic
    Gets or sets the starting DataPoint for the base line.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#eht.#fht)>
    Public Property Start As DataPoint
    [JsonConverter(#eht.#fht)]
    public DataPoint Start {get; set;}
    Remarks
    The DataPoint X value can be a number or a Date object. Unlike some of the other Fibonacci tools, the starting DataPoint is not calculated automatically if undefined.
    See Also